'Declaration Protected Overridable Sub OnFinished( _
ByVal eThe ProcessingFinishedEventArgs instance containing the event data.As ProcessingFinishedEventArgs _
)
protected virtual void OnFinished(
ProcessingFinishedEventArgs e
)
protected: virtual void OnFinished(
ProcessingFinishedEventArgs* e
)
protected:
virtual void OnFinished(
ProcessingFinishedEventArgs^ e
)
Parameters
- e
- The ProcessingFinishedEventArgs instance containing the event data.